You are here: COM API reference > Events > BeforeWritePropertyToBriefcase event

BeforeWritePropertyToBriefcase event

This event occurs before a property value is saved in a briefcase.

Syntax

Private Sub BeforeWritePropertyToBriefcase(
          CurrentObject As Object,
          BriefCase As IASBriefCase,
          PropertyName As String,
          Value,
          Abort As Boolean)
Parameters
Name Description

CurrentObject

Document object to which the property will be written.

BriefCase

The briefcase to which the property value will be saved.

PropertyName

The name of the property (as defined in the briefcase template in Configurator) that will be saved.

Value

The value of the property that will be saved. The developer can modify this value.

Abort

Set to True to abort saving the property.


www.bluecieloecm.com